Lookup Service Account
GET /api/v1/accounts/{accountIdOrNumber}/service/lookup
Description
Lookup service account information.
Path Parameters
| Name | Type | Description |
|---|---|---|
accountIdOrNumber | string | The account ID or account number (path) |
Request Headers
| Name | Type | Description |
|---|---|---|
service-api-key | string | The service API key (header) |
service-api-code | string | The service API code (header) |
Query Parameters
| Name | Type | Description |
|---|---|---|
accountTenantIds | string | Tenant IDs, separated by commas (query) |
Example
GET /api/v1/accounts/{accountIdOrNumber}/service/lookup?accountTenantIds=tenant1,tenant2
Content-Type: application/json
service-api-key: string
service-api-code: string
Response Code: 200 - OK
Description
Lookup successful.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
| service-api-key | string |
| service-api-code | string |
Body
No request body needed.
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/accounts/{accountIdOrNumber}/service/lookup \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!